@charset "utf-8";
body {
	background: #f7f7f7;
}

a:hover {
	color: #FF5700;
}


/*左边产品分类start*/

.shop-category {
	padding: 12px 10px;
	word-break: break-all;
	word-wrap: break-word;
}

.shop-category .shop-catam-list .shop-catam-item {
	color: #555;
	font-size: 12px;
	padding-bottom: 10px;
}

.shop-category .shop-catam-list .shop-catam-item:last-child {
	padding-bottom: 0;
}

.shop-category .shop-catam-list .shop-catam-title {
	position: relative;
	padding-left: 30px;
	background: #fafafa;
	height: 30px;
	line-height: 30px;
	border: 1px solid #eee;
	cursor: pointer;
	-webkit-transition: color .1s linear, background-color .1s linear;
	-moz-transition: color .1s linear, background-color .1s linear;
	-ms-transition: color .1s linear, background-color .1s linear;
	-o-transition: color .1s linear, background-color .1s linear;
	transition: color .1s linear, background-color .1s linear;
}

.shop-category .shop-catam-list .shop-catam-title:before {
	position: absolute;
	content: ' ';
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(../images/icon-addmin.png) no-repeat;
	background-position: 0 -10px;
	top: 50%;
	margin-top: -5px;
	left: 10px;
	cursor: pointer;
}

.shop-category .shop-catam-list .shop-catam-isopen:before {
	background-position: 0 -29px;
}

.shop-category .shop-catam-seclist {
	display: none;
}

.shop-category .shop-catam-seclist li {
	margin: 12px 0;
	padding-left: 30px;
	cursor: pointer;
	position: relative;
}

.shop-category .shop-catam-seclist li:last-child {
	margin-bottom: 6px;
}


/*左边产品分类end*/


/*产品-主打产品start*/

.shop-l-pro-ul li {
	padding: 10px;
}

.shop-lpro-imgbox {
	width: 196px;
	height: 196px;
	border: 1px solid #f0f0f0;
}

.shop-lpro-imgbox:hover {
	border-color: #ff6700;
}

.shop-lpro-imgbox img {
	max-width: 196px;
	max-height: 196px;
}

.shop-lpro-price {
	font-size: 20px;
	color: #ff3333;
	padding: 6px 0 3px 0;
}

.shop-lpro-price .f-l {
	margin-right: 4px;
}

.shop-lpro-name {
	height: 36px;
	overflow: hidden;
}


/*产品-主打产品end*/


/*产品-供应产品start*/

.shop-rpro-con {
	padding: 15px 20px;
}

.shop-rpro-con .shop-nav-crumbs {
	color: #777;
	line-height: 1;
	margin-bottom: 13px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.shop-rpro-con .shop-nav-crumbs-pe {
	color: #111;
}

.shop-rpro-con .shop-nav-crumbs-pe:hover {
	color: #ff6700;
}

.shop-rpro-con .shop-nav-crumbs-se {
	color: #777;
}

.shop-rpro-con .shop-nav-crumbs-ora {
	color: #ff6700;
}

.shop-rpro-con .nav-lists {
	border-bottom: 1px solid #eee;
	padding-bottom: 7px;
}

.shop-rpro-con .nav-lists li {
	float: left;
	margin-bottom: 8px;
	width: 19%;
	margin-right: 1%;
}

.shop-rpro-con .nav-lists li a {
	display: inline-block;
	padding: 2px 0;
	color: #333;
	border-radius: 3px;
}

.shop-rpro-con .nav-lists li.nav-lists-plus a {
	padding-right: 15px;
	background: url(../images/icon-cat-plus.png) no-repeat right center;
}

.shop-rpro-con .nav-lists-name {
	display: inline-block;
	vertical-align: top;
	max-width: 120px;
}

.shop-rpro-con .nav-lists-num {
	display: inline-block;
	vertical-align: top;
	color: #999;
}

.shop-rpro-con .nav-lists li a:hover {
	color: #ff6700;
}

.shop-rpro-con .nav-lists li.cur a {
	color: #111;
	font-weight: bold;
}

.shop-rpro-con .nav-lists li a:hover .nav-lists-num,
.shop-rpro-con .nav-lists li.cur .nav-lists-num {
	color: #ff6700;
}

.shop-rpro-con .nav-lists .show-all a {
	cursor: pointer;
	color: #ff9900;
	padding-right: 15px;
	background: url(../images/icon-cat-showall.png) no-repeat right center;
}

.shop-rpro-con .nav-lists .show-all a:hover {
	font-weight: normal;
}

.shop-rpro-con .shop-pro-sbox {
	margin: 18px 0;
}

.shop-rpro-con .shop-pro-search {
	border: 1px solid #ccc;
	border-radius: 3px;
	overflow: hidden;
}

.shop-rpro-con .shop-pro-search-input {
	width: 213px;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	border: 0;
	border-right: 1px solid #ccc;
}

.shop-rpro-con .shop-pro-search-btn {
	width: 64px;
	height: 28px;
	line-height: 1;
	border: 0;
	color: #fff;
	background-color: #ff8400;
	cursor: pointer;
}

.shop-rpro-con .shop-pro-search-btn:hover {
	background-color: #ff6700;
}

.shop-rpro-con .shop-pro-phone {
	width: 84px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #777;
	padding-left: 34px;
	background-color: #f5f5f5;
	background-image: url(../images/icon-phone.png);
	background-repeat: no-repeat;
	background-position: 12px 8px;
}

.shop-rpro-con .shop-pro-phone:hover {
	color: #fff;
	background-color: #ff6700;
	background-position: 12px -29px;
}

.shop-rpro-con .sort-box {
	margin: 0 0 15px 0;
}

.shop-rpro-con .sort {
	border: 1px solid #eee;
	height: 36px;
	line-height: 36px;
	color: #555;
	font-size: 12px;
	background: #f5f5f5;
	padding-left: 20px;
	position: relative;
}

.shop-rpro-con .sort .icon {
	background: url(../images/icon-sort.png) no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	cursor: pointer;
}

.shop-rpro-con .sort .down {
	background-position: 0 -72px;
	right: 24px;
}

.shop-rpro-con .sort .down.cur {
	background-position: 0 -104px;
}

.shop-rpro-con .sort .up {
	background-position: 0 0;
	right: 0px;
}

.shop-rpro-con .sort .up.cur {
	background-position: 0 -36px;
}

.shop-rpro-con .sort .price {
	margin-left: 18px;
	margin-right: 30px;
	padding-right: 52px;
	position: relative;
}

.shop-rpro-con .sort .time {
	position: relative;
	padding-right: 52px;
}

.shop-rpro-con .sort .page {
	position: absolute;
	font-family: arial;
	color: #555;
	font-size: 12px;
	right: 20px;
	height: 36px;
	line-height: 36px;
	top: 0;
	padding: 0 25px;
}

.shop-rpro-con .sort .page .cur {
	color: #ff5700;
}

.shop-rpro-con .sort .page .icon {
	position: absolute;
	display: inline-block;
	width: 5px;
	height: 10px;
	top: 50%;
	margin-top: -5px;
}

.shop-rpro-con .sort .page .prev {
	left: 0;
	background: url(../images/icon-move.png) no-repeat 0 -40px;
}

.shop-rpro-con .sort .page .prev.no,
.shop-rpro-con .sort .page .prev.no:hover {
	background: url(../images/icon-move.png) no-repeat 0 -50px;
}

.shop-rpro-con .sort .page .prev:hover {
	background: url(../images/icon-move.png) no-repeat 0 -30px;
}

.shop-rpro-con .sort .page .next {
	right: 0;
	background: url(../images/icon-move.png) no-repeat 0 -10px;
}

.shop-rpro-con .sort .page .next.no,
.shop-rpro-con .sort .page .next.no:hover {
	background: url(../images/icon-move.png) no-repeat 0 0px;
}

.shop-rpro-con .sort .page .next:hover {
	background: url(../images/icon-move.png) no-repeat 0 -20px;
}

.pro-lists {}

.pro-lists li {
	float: left;
	width: 212px;
	padding: 0 0 10px 0;
	margin: 0 20px 20px 0;
	border: 1px solid #eee;
}

.pro-lists li:nth-child(4n) {
	margin-right: 0;
}

.pro-lists li:hover {
	border-color: #ff6700;
}

.pro-lists-imgbox {
	width: 212px;
	height: 212px;
}

.pro-lists-imgbox img {
	max-width: 212px;
	max-height: 212px;
}

.pro-lists-price {
	font-size: 20px;
	color: #ff3333;
	padding: 6px 10px 3px 10px;
}

.pro-lists-price .f-l {
	margin-right: 4px;
}

.pro-lists-name {
	height: 36px;
	padding: 0 10px;
	overflow: hidden;
}

.pro-nodata {
	font-size: 14px;
	padding: 60px 0;
	text-align: center;
}

.pro-nodata-tip {
	margin-left: 25px;
}

.pro-nodata-tip a {
	color: #ff6700;
}

.pro-nodata-ws {
	font-size: 14px;
	color: #999;
	margin-bottom: 16px;
}


/*产品-供应产品end*/

.table-gray {
	background: #f5f5f5;
	color: #777;
}

.shop-red {
	color: #ff3333;
}

.shop-comp-ins {
	color: #333;
	padding: 14px 20px;
	line-height: 2;
	word-break: break-all;
	text-align: justify;
	font-size: 14px;
}

.shop-table-con {
	padding: 15px;
	color: #333;
}

.shop-table-con table {
	width: 100%;
}

.shop-table-con table td {
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid #eee;
}

.table-tdcon {
	padding-left: 20px;
	padding-right: 20px;
}

.shop-card {
	border: 1px solid #eee;
	background: #fff url(../images/card-bg.png) no-repeat right center;
	min-height: 238px;
}

.shop-card-con {
	padding: 20px 350px 20px 40px;
}

.shop-card-con p {
	padding: 8px 0;
}

.shop-card-cname {
	font-size: 20px;
	color: #111;
}

.shop-card-num {
	font-size: 20px;
	color: #ff3333;
}

.shop-card-num span {
	margin-right: 30px;
}

.shop-card-link {
	font-size: 20px;
	color: #333;
}

.shop-card-link span {
	font-size: 14px;
	color: #777;
}

.shop-moredetail {
	color: #cc0000;
}

.shop-map-con {
	padding: 20px;
}

.shop-map-con #b-map {
	height: 360px;
}

.shop-comp-fc {
	padding: 20px 80px;
	position: relative;
	height: 190px;
}

.shop-swiper-fc {
	width: 794px;
}

.company-fc-slide {
	width: 234px;
	height: 172px;
	margin-right: 22px;
	background: #fff;
	border: 8px solid #f5f5f5;
	background: #f5f5f5;
}

.qyfc-imgtext {
	font-size: 12px;
	color: #000;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	position: absolute;
	left: 49px;
	bottom: 48px;
	width: 150px;
	height: 12px;
	overflow: hidden;
}

.qyfc-imgtext2 {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	text-align: center;
	position: absolute;
	left: 126px;
	bottom: 192px;
	width: 326px;
	height: 23px;
	overflow: hidden;
}

.company-fc-slide:last-child {
	margin-right: 0;
	float: left;
}

.company-fc-imgbox {
	width: 234px;
	height: 172px;
	cursor: pointer;
}

.company-fc-imgbox img {
	max-width: 234px;
	max-height: 172px;
}

.shop-comp-fc .swiper-fc-prev {
	width: 42px;
	height: 42px;
	margin-top: -21px;
	left: 20px;
	background: url(../images/icon-fc-jt.png) no-repeat 0 -50px;
}

.shop-comp-fc .swiper-fc-prev:hover {
	background: url(../images/icon-fc-jt.png) no-repeat 0 -100px;
}

.shop-comp-fc .swiper-fc-next {
	width: 42px;
	height: 42px;
	margin-top: -21px;
	right: 20px;
	background: url(../images/icon-fc-jt.png) no-repeat 0 -201px;
}

.shop-comp-fc .swiper-fc-next:hover {
	background: url(../images/icon-fc-jt.png) no-repeat 0 -258px;
}


/*留言start*/

.shop-message-con {
	padding: 30px 50px;
}

.shop-message-con .message-list {
	margin-bottom: 25px;
	position: relative;
}

.shop-message-con .message-list-l {
	display: inline-block;
	margin-right: 25px;
	width: 66px;
	text-align: right;
}

.shop-message-con .message-list-r {
	display: inline-block;
}

.shop-message-con .message-errtip {
	color: #ff3333;
	position: absolute;
	bottom: -21px;
	left: 94px;
	display: none;
}

.shop-message-con input {
	width: 254px;
	padding: 9px 12px;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #333;
	outline: none;
}

.shop-message-con textarea {
	width: 404px;
	height: 82px;
	padding: 8px 12px;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #333;
	outline: none;
	vertical-align: top;
	resize: none;
}

.shop-message-con input:focus,
.shop-message-con textarea:focus {
	background-color: #fefaeb;
	border-color: #ff9900;
}

.shop-message-con .message-input-imgcode {
	width: 154px;
}

.shop-message-con .imgcodeId {
	display: inline-block;
	width: 90px;
	height: 34px;
	margin-left: 7px;
	vertical-align: bottom;
	cursor: pointer;
}

.shop-message-con button {
	font-size: 14px;
	width: 180px;
	height: 34px;
	line-height: 1;
	color: #fff;
	background-color: #ff8400;
	border: 1px solid #ccc;
	border-radius: 3px;
	outline: none;
	cursor: pointer;
}

.shop-message-con button:hover {
	background-color: #ff6700;
}

.shop-message-con .shop-form-error,
.shop-message-con .shop-form-error:focus {
	background-color: #ffefef;
	border-color: #ff3333;
}


/*留言end*/


/*新闻资讯start*/

.shop-news-con {
	padding: 0 20px;
}

.shop-news-con .shop-news-item {
	padding: 25px 0;
	border-bottom: 1px solid #eee;
}

.shop-news-con .news-item-pic img {
	display: block;
	width: 126px;
	height:115px;
	border: 1px solid #eee;
}

.shop-news-con .news-item-r {
	width: 760px;
	height: 96px;
	margin-left: 20px;
}

.shop-news-con .news-item-tit {
	display: block;
	font-size: 18px;
	width: 650px;
	color: #333;
	margin: 4px 0 17px 0;
}

.shop-news-con .news-item-tit:hover {
	color: #FF5700;
}

.shop-news-con .news-item-time {
	font-size: 16px;
	color: #666;
	position: absolute;
	right: 0;
	top: 2px;
}

.shop-news-con .news-tiem-dt {
	font-size: 14px;
	color: #999;
}

.shop-news-nodata {
	font-size: 14px;
	text-align: center;
	padding: 100px;
}

.shop-news-detail {
	padding: 44px 70px 80px 70px;
}

.news-detail-tit {
	font-size: 24px;
	color: #111;
	text-align: center;
}

.news-detail-info {
	font-size: 14px;
	color: #999;
	padding: 20px 0 42px 0;
	text-align: center;
}

.news-detail-time {
	margin-right: 30px;
}

.news-detail-con {
	font-size: 14px;
	color: #333;
	line-height: 2;
	text-align: justify;
	word-break: break-all;
}

.news-detail-con img {
	max-width: 750px;
}

.news-detail-tag {
	font-size: 14px;
	color: #999;
	margin-top: 30px;
}

.news-tag-item {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 15px;
	margin-right: 15px;
	background-color: #f5f5f5;
	border-radius: 14px;
	color: #999;
}

.news-tag-item:hover {
	color: #999;
}

.news-detail-pnarticle {
	margin-top: 70px;
}

.news-detail-pnarticle,
.news-detail-pnarticle a {
	font-size: 14px;
	color: #777;
}

.news-detail-pnarticle a:hover {
	color: #ff5700;
}

.news-detail-pnarticle p {
	margin-bottom: 12px;
}


/*新闻资讯end*/


/*相册start*/

.shop-album-l {
	width: 620px;
	height: 750px;
	background-color: #fff;
	padding: 0 50px;
}

.shop-album-tit {
	font-size: 16px;
	color: #333;
	padding: 16px 0 8px 0;
}

.shop-album-desc {
	color: #777;
	padding-bottom: 17px;
}

.shop-album-con {
	width: 578px;
	height: 578px;
	padding: 20px;
	border: 1px solid #ccc;
	position: relative;
}

.shop-album-con .album-img-l {
	width: 309px;
	height: 618px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: url('../images/icon-pic-left.png'), pointer;
}

.shop-album-con .album-img-r {
	width: 309px;
	height: 618px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: url('../images/icon-pic-right.png'), pointer;
}

.shop-album-con img {
	max-width: 578px;
	max-height: 578px;
}

.shop-album-r {
	width: 360px;
	height: 750px;
	background-color: #fff;
	padding: 0 40px;
}

.shop-select-item {
	margin: 25px 0;
}

.shop-select-name {
	color: #999;
	line-height: 34px;
}

.member-select-box {
	display: inline-block;
	min-width: 158px;
	height: 32px;
	line-height: 32px;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 3px;
	position: relative;
}

.member-select-bg {
	padding: 0 10px;
	margin-right: 10px;
	height: 32px;
	overflow: hidden;
	color: #333;
	background: url(../images/icon-up-down.png) no-repeat right -7px;
}

.member-select {
	display: block;
	width: 100%;
	height: 32px;
	margin: -32px 20px 0 0;
	z-index: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	opacity: 0;
}

.shop-album-btn {
	font-size: 16px;
	width: 360px;
	height: 40px;
	line-height: 1;
	border: 0;
	color: #fff;
	background-color: #ff8400;
	cursor: pointer;
}

.shop-album-btn:hover {
	background-color: #ff6700;
}

.shop-album-btn.disabled {
	background-color: #f1f1f1;
}

.shop-album-list {
	margin: 15px 0 0 0;
	height: 500px;
	overflow: hidden;
}

.shop-album-list ul {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.album-item {
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid #d1d1d1;
	cursor: pointer;
}

.album-imgbox {
	width: 108px;
	height: 108px;
	overflow: hidden;
}

.album-imgbox img {
	max-width: 108px;
	max-height: 108px;
}

.album-item:nth-child(3n) {
	margin-right: 0;
}

.album-item.cur {
	border-color: #ff761a;
}


/*相册end*/


/*大图详情*/

.big-picture {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}

.big-picture-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #111;
	opacity: 0.5;
}

.big-picture .big-picture-close {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 118px;
	right: 172px;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	background: url('../images/album-close.png') no-repeat;
	z-index: 2;
	cursor: pointer;
}

.swiper-box {
	position: absolute;
	width: 925px;
	height: 820px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.big-picture .swiper-container {
	position: absolute;
	width: 550px;
	height: 550px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
}

.big-picture .swiper-slide {
	/*width: 700px !important;*/
	text-align: center;
}

.swiper-slide .big-album-imgbox {
	width: 550px;
	height: 550px;
	font-size: 0;
	display: table-cell;
	vertical-align: middle;
}

.bgimg-txt {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	position: absolute;
	left: 125px;
	bottom: 188px;
	width: 333px;
	height: 27px;
	overflow: hidden;
	text-align: center;
}

.big-picture .swiper-slide img {
	max-width: 500px;
	max-height: 500px;
	border: solid 1px #eee;
}

.big-picture .swiper-slide .photo-info {
	position: absolute;
	width: 500px;
	height: 60px;
	text-align: left;
	padding: 10px 25px 10px 25px;
	border-top: solid 1px #ccc;
	bottom: 0;
}

.big-picture .swiper-slide .photo-info span {
	font-size: 14px;
	color: #333;
}

.big-picture .swiper-slide .photo-info p {
	font-size: 12px;
	color: #777;
	margin-top: 4px;
}

.big-picture .btn {
	position: absolute;
	width: 120px;
	height: 120px;
	top: 50%;
	margin-top: -102px;
	outline: none !important;
	cursor: pointer;
}

.big-picture .btn-prev {
	left: 0;
	background: url("../images/btn-album.png") no-repeat;
	background-position: 0 0;
}

.big-picture .btn-next {
	right: 0;
	background: url("../images/btn-album.png") no-repeat;
	background-position: 0 -120px;
}

.big-picture .btn-prev:hover {
	background-position: 0 -240px;
}

.big-picture .btn-next:hover {
	background-position: 0 -360px;
}


/*大图详情end*/


/*诚信档案s*/

.archives-compinfo {
	padding: 35px 0 35px 50px;
}

.archives-compinfo-l {
	width: 500px;
	margin-right: 160px;
}

.archives-compinfo-tit {
	margin-bottom: 16px;
}

.archives-compinfo-name {
	font-size: 20px;
	color: #333;
	margin-right: 7px;
}

.archives-compinfo-viptime {
	color: #555;
	display: inline-block;
	vertical-align: -1px;
}

.archives-orange {
	color: #ff6700;
}

.archives-compinfo-con {
	line-height: 1.8;
	text-align: justify;
}

.archives-compinfo-r {
	padding-top: 11px;
}

.archives-compinfo-qitem {
	width: 112px;
	margin-right: 90px;
	text-align: center;
}

.archives-compinfo-qitem-ins {
	padding-top: 10px;
	color: #078a0d;
}

.archives-rginfo-ds {
	font-size: 12px;
	padding: 0 20px 0 0;
	color: #777;
}

.archives-rginfo {
	padding: 27px 0 0 0;
}

.archives-rginfo-item {
	font-size: 14px;
	float: left;
	width: 510px;
	margin: 0 80px 17px 0;
}

.archives-rginfo-item-t {
	float: left;
	width: 130px;
	margin-right: 15px;
	text-align: right;
	color: #777;
}

.archives-rginfo-item-c {
	float: left;
	width: 365px;
	color: #111;
}

.archives-rginfo-rec {
	padding: 0 0 25px 70px;
}

.archives-zz-item {
	float: left;
	width: 25%;
	height: 320px;
	border-right: 1px solid #e5e5e5;
	text-align: center;
	box-sizing: border-box;
}

.archives-zz-item:last-child {
	border: 0;
}

.archives-zz-item-hascon {
	cursor: pointer;
}

.archives-zz-img {
	width: 140px;
	height: 190px;
	-webkit-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;.archives-zz-tit
}

.archives-nozz-img {
	margin: 30px 0 40px 0;
}

.archives-nozz-int {
	color: #999;
}


.archives-zz-tit {
	padding: 42px 0 22px 0;
}

.archives-zz-item-hascon:hover .archives-zz-tit {
	color: #ff5600;
}

.archives-zz-item:hover .archives-zz-img {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}

.archives-zz-no {
	padding-top: 150px;
}

.popup-archives-con {
	width: 1000px;
	height: 700px;
	margin-left: -500px;
	margin-top: -350px;
	padding: 30px;
	box-sizing: border-box;
}

.popup-archives-imgbox {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 940px;
	height: 640px;
}

.popup-archives-imgbox img {
	max-width: 940px;
    max-height: 640px;
}

/*诚信档案e*/